Skip to content

com.inscoper.nbo.CalibrationSoftware

Represents the XML element CalibrationSoftware. More...

Inherits from com.inscoper.nbo.Software_Type, com.inscoper.nbo.NBOBaseClass

Public Functions

Name
synchronized void delete()
CalibrationSoftware()
String getTypeName()
Returns the class type name.
String getXMLName()
Returns the XML element name corresponding to this class.
ENBOType getNBOType()
Returns the NBO Type corresponding to this class.
NBOBaseClassVector getChildren()
Returns a list of all classes derived from this class.
NBOBaseClassVector getSubElements()
Returns a list of all child elements contained in this class.
void fromJsonFile(String path)
Populates this object from a JSON file.
void fromJsonString(String json_string)
Populates this object from a JSON string.
void fromXmlFile(String path)
Populates this object from a XML file.
void fromXmlString(String xml_string)
Populates this object from a XML string.
void toXmlFile(String filename)
Serializes this object to an XML file.
String toXmlString()
Serializes this object to an XML string.
CalibrationSoftware __internal_create(long cPtr, boolean own)

Protected Functions

Name
CalibrationSoftware(long cPtr, boolean cMemoryOwn)
void swigSetCMemOwn(boolean own)
void finalize()
long getCPtr(CalibrationSoftware obj)

Additional inherited members

Public Functions inherited from com.inscoper.nbo.Software_Type

Name
Software_Type()
void setID(LSID_Type value)
Sets the value of the ID attribute.
LSID_Type getID()
Returns the value of the ID attribute.
void resetID()
Resets the ID attribute to an unset state.
boolean hasID()
Checks whether the optional ID attribute is present.
void setName(String value)
Sets the value of the Name attribute.
String getName()
Returns the value of the Name attribute.
void setVersion(String value)
Sets the value of the Version attribute.
String getVersion()
Returns the value of the Version attribute.
void setDeveloper(String value)
Sets the value of the Developer attribute.
String getDeveloper()
Returns the value of the Developer attribute.
void setWebsiteURL(String value)
Sets the value of the WebsiteURL attribute.
String getWebsiteURL()
Returns the value of the WebsiteURL attribute.
void setPrimaryPublicationID(String value)
Sets the value of the PrimaryPublicationID attribute.
String getPrimaryPublicationID()
Returns the value of the PrimaryPublicationID attribute.
void resetPrimaryPublicationID()
Resets the PrimaryPublicationID attribute to an unset state.
boolean hasPrimaryPublicationID()
Checks whether the optional PrimaryPublicationID attribute is present.
void setOpenSource(boolean value)
Sets the value of the OpenSource attribute.
boolean getOpenSource()
Returns the value of the OpenSource attribute.
void resetOpenSource()
Resets the OpenSource attribute to an unset state.
boolean hasOpenSource()
Checks whether the optional OpenSource attribute is present.
void setMacro(boolean value)
Sets the value of the Macro attribute.
boolean getMacro()
Returns the value of the Macro attribute.
void resetMacro()
Resets the Macro attribute to an unset state.
boolean hasMacro()
Checks whether the optional Macro attribute is present.
void setBuild(String value)
Sets the value of the Build attribute.
String getBuild()
Returns the value of the Build attribute.
void resetBuild()
Resets the Build attribute to an unset state.
boolean hasBuild()
Checks whether the optional Build attribute is present.
void setPatch(String value)
Sets the value of the Patch attribute.
String getPatch()
Returns the value of the Patch attribute.
void resetPatch()
Resets the Patch attribute to an unset state.
boolean hasPatch()
Checks whether the optional Patch attribute is present.
void setReleaseDate(String value)
Sets the value of the ReleaseDate attribute.
String getReleaseDate()
Returns the value of the ReleaseDate attribute.
void resetReleaseDate()
Resets the ReleaseDate attribute to an unset state.
boolean hasReleaseDate()
Checks whether the optional ReleaseDate attribute is present.
void setLanguage(String value)
Sets the value of the Language attribute.
String getLanguage()
Returns the value of the Language attribute.
void resetLanguage()
Resets the Language attribute to an unset state.
boolean hasLanguage()
Checks whether the optional Language attribute is present.
void setSoftwareModuleRef_List(SoftwareModuleRefVector value)
Sets the list of SoftwareModuleRef elements.
SoftwareModuleRefVector getSoftwareModuleRef_List()
Returns the list of SoftwareModuleRef elements.
void addToSoftwareModuleRef_List(SoftwareModuleRef value)
Adds a new SoftwareModuleRef element to this object.
void clearSoftwareModuleRef_List()
Clear the list of SoftwareModuleRef.
void setAnnotationRef_List(AnnotationRefVector value)
Sets the list of AnnotationRef elements.
AnnotationRefVector getAnnotationRef_List()
Returns the list of AnnotationRef elements.
void addToAnnotationRef_List(AnnotationRef value)
Adds a new AnnotationRef element to this object.
void clearAnnotationRef_List()
Clear the list of AnnotationRef.

Protected Functions inherited from com.inscoper.nbo.Software_Type

Name
Software_Type(long cPtr, boolean cMemoryOwn)

Protected Functions inherited from com.inscoper.nbo.NBOBaseClass

Name
NBOBaseClass(long cPtr, boolean cMemoryOwn)

Detailed Description

public class com.inscoper.nbo.CalibrationSoftware;

Represents the XML element CalibrationSoftware.

This element describes a software tool utilized to analyze Calibration metrics obtained from this Calibration Procedure and generate a suitable Calibration Reports. As an example, such a Software tool might analyzes microscopy images of fluorescent Colored Beads in order to quantify the Resolution and Chromatic Registration of a fluorescence microsocope over the full Field of View (FOV). An example of such a tool is PSFj (http://www.knoplab.de/psfj/sample-page/). Alternatively, such a Software tool might be used to extract Intensity Calibration results obtained with a specific Intensity Calibration Tool, such as a Power Meter or MetaMax (https://www.umassmed.edu/grunwaldlab/).

Public Functions Documentation

function delete

public synchronized void delete()

Reimplements: com.inscoper.nbo.Software_Type.delete

function CalibrationSoftware

public CalibrationSoftware()

function getTypeName

public String getTypeName()

Returns the class type name.

Return: The class type name

Reimplements: com.inscoper.nbo.Software_Type.getTypeName

function getXMLName

public String getXMLName()

Returns the XML element name corresponding to this class.

Return: The XML element name

Reimplements: com.inscoper.nbo.Software_Type.getXMLName

function getNBOType

public ENBOType getNBOType()

Returns the NBO Type corresponding to this class.

Return: The NBO Type value

Reimplements: com.inscoper.nbo.Software_Type.getNBOType

function getChildren

public NBOBaseClassVector getChildren()

Returns a list of all classes derived from this class.

Return: The list of derived classes

Reimplements: com.inscoper.nbo.Software_Type.getChildren

function getSubElements

public NBOBaseClassVector getSubElements()

Returns a list of all child elements contained in this class.

Return: The list of child classes

Reimplements: com.inscoper.nbo.Software_Type.getSubElements

function fromJsonFile

public void fromJsonFile(
    String path
)

Populates this object from a JSON file.

Parameters:

  • path The path to the JSON file

Reimplements: com.inscoper.nbo.Software_Type.fromJsonFile

function fromJsonString

public void fromJsonString(
    String json_string
)

Populates this object from a JSON string.

Parameters:

  • json_string The JSON content as a string

Reimplements: com.inscoper.nbo.Software_Type.fromJsonString

function fromXmlFile

public void fromXmlFile(
    String path
)

Populates this object from a XML file.

Parameters:

  • path The path to the XML file

Reimplements: com.inscoper.nbo.Software_Type.fromXmlFile

function fromXmlString

public void fromXmlString(
    String xml_string
)

Populates this object from a XML string.

Parameters:

  • xml_string The XML content as a string

Reimplements: com.inscoper.nbo.Software_Type.fromXmlString

function toXmlFile

public void toXmlFile(
    String filename
)

Serializes this object to an XML file.

Parameters:

  • filename The path to the output XML file

Reimplements: com.inscoper.nbo.Software_Type.toXmlFile

function toXmlString

public String toXmlString()

Serializes this object to an XML string.

Return: A string containing the XML representation of this object

Reimplements: com.inscoper.nbo.Software_Type.toXmlString

function __internal_create

public static CalibrationSoftware __internal_create(
    long cPtr,
    boolean own
)

Reimplements: com.inscoper.nbo.Software_Type.__internal_create

Protected Functions Documentation

function CalibrationSoftware

protected CalibrationSoftware(
    long cPtr,
    boolean cMemoryOwn
)

function swigSetCMemOwn

protected void swigSetCMemOwn(
    boolean own
)

Reimplements: com.inscoper.nbo.Software_Type.swigSetCMemOwn

function finalize

protected void finalize()

Reimplements: com.inscoper.nbo.Software_Type.finalize

function getCPtr

protected static long getCPtr(
    CalibrationSoftware obj
)

Updated on 2026-02-13 at 16:10:56 +0100